func net.isDomainName
9 uses
net (current package)
dnsclient.go#L89: func isDomainName(s string) bool {
dnsclient_unix.go#L441: if !isDomainName(name) {
dnsclient_unix.go#L629: if !isDomainName(name) {
lookup.go#L473: if !isDomainName(cname) {
lookup.go#L516: if cname != "" && !isDomainName(cname) {
lookup.go#L524: if !isDomainName(addr.Target) {
lookup.go#L564: if !isDomainName(mx.Host) {
lookup.go#L604: if !isDomainName(ns.Host) {
lookup.go#L657: if isDomainName(name) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |